OpenRoads Designer CONNECT Edition SDK Help

StrokeByChord(Double) Method

Strokes element by chord

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public  LinearPointCollection StrokeByChord(double chordTolerance)

Parameters

SettingDescription
   Chord stroking tolerance

Return Value

LinearPointCollection Collection of stroked points.

See Also